home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / kgcore.man < prev    next >
Text File  |  1991-05-27  |  1KB  |  33 lines

  1. ' $Header: /sprite/src/cmds/kgcore/RCS/kgcore.man,v 1.3 91/05/27 15:01:24 mendel Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS KGCORE cmds
  4. .BS
  5. .SH NAME
  6. kgcore \-  Generate a core dump of a remote Sprite kernel
  7. .SH SYNOPSIS
  8. \fBkgcore\fR \fIoption machine\fR
  9. .SH OPTIONS
  10. .IP "\fB\-o\fI filename\fR" 15
  11. Write the core image to filename rather than the file vmcore.
  12. .IP "\fB\-c\fR" 15
  13. Include the file system block cache in the core dump.
  14. .IP "\fB\-v\fR" 15
  15. Output progress info.
  16. .BE
  17.  
  18. .SH DESCRIPTION
  19. .PP
  20. The \fBkgcore\fR command is used to make a copy of the kernel memory image of
  21. a Sprite machine. The memory image may be used with \fBkgdb\fR 
  22. to examine the machine's state. 
  23. \fIMachine\fR is the name of a machine
  24. running Sprite. The machine must be in the kernel debugger 
  25. for \fBkgcore\fR to work (see the -d option
  26. of the \fBkmsg\fR command.)
  27. \fBKgcore\fR writes the kernel memory image to the file vmcore unless 
  28. another file name is specified with the \fB\-o\fR option. This file may be
  29. specified as a core image to \fBkgdb\fR.
  30.  
  31. .SH KEYWORDS
  32. debug, kernel, core, kgdb
  33.